'Declaration Public Overloads Function IsInterfaceSupported(Of T As ComObject)( _ ByRef userModeVersion As Long _ ) As Boolean
public bool IsInterfaceSupported<T>( out long userModeVersion ) where T: ComObject
Parameters
- userModeVersion
- The user mode driver version of InterfaceName. This is only returned if the interface is supported.
Type Parameters
- T
- the interface of the device version for which support is being checked.
Return Value
true
if the interface is supported; otherwise, false
.